home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / WindowDepth.bproj / common.h < prev    next >
Text File  |  1995-06-12  |  142b  |  8 lines

  1. /* common.h -- shared definitions */
  2.  
  3. #define USE_2_BIT    0
  4. #define USE_8_BIT    1
  5. #define USE_12_BIT    2
  6. #define USE_24_BIT    3
  7. #define USE_DEFAULT    4
  8.